fixup! test-switchroot.sh: Find ostree-prepare-root in installed tests
authorAlex Kiernan <alex.kiernan@gmail.com>
Mon, 30 Dec 2019 13:28:35 +0000 (13:28 +0000)
committerAlex Kiernan <alex.kiernan@gmail.com>
Mon, 30 Dec 2019 13:28:35 +0000 (13:28 +0000)
tests/test-switchroot.sh

index 2adaa0ac52343f1044664564ad656a19a84dc7dc..c472fe54e02d8e300b9fad08364ecf371d5a8c6d 100755 (executable)
@@ -140,7 +140,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
        [ -f /bin/busybox ] || \
            skip "this test needs busybox"
 
-        [ -n "${OSTREE_PREPARE_ROOT}" ] || \
+       [ -n "${OSTREE_PREPARE_ROOT}" ] || \
            skip "this test needs ostree-prepare-root"
 
        echo "1..3"